home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Purity / Purity #42 (1995-01)(PackMAN)(DE)[WB].zip / Purity #42 (1995-01)(PackMAN)(DE)[WB].adf / Includes3v1 / Includes3v1.lha / Utils / Break.i next >
Text File  |  1994-12-04  |  296b  |  14 lines

  1. {
  2.     Break.i for PCQ Pascal
  3.  
  4.     Declares CheckBreak, a function that tells you whether the
  5.     user pressed Ctrl-C (under some circumstances, anyway).
  6.     The source for this routine is under Runtime/Extras.
  7. }
  8.  
  9. Function CheckBreak : Boolean;
  10.     External;
  11.  
  12.     { Returns TRUE if the user has struck Ctrl-C }
  13.  
  14.